EMT Practice Test
1. Question Content...
Question1: Refer to the HTML below:
Which JavaScript statement results in changing " The Lion."?
Question17: Which function should a developer use to repeatedly execute code at a fixed interval ?
Question20: Which three statements are true about promises ?
Choose 3 answers
Question29: Which option is a core Node,js module?
Question36: Refer the following code
What is the value of array after code executes?
Question53: Which two console logs output NaN?
Choose 2 answers | |
Question54: Given the following code:
is the output of line 02?
Question57: Given the following code:
What will be the first four numbers logged?
Question65: Given the following code:
Let x =('15' + 10)*2;
What is the value of a?
Question69: Refer to the following object.
How can a developer access the fullName property for dog?
Question86: Given the following code:
let x = null;
console.log(typeof x);
What is the output?
Question90: Given the following code, what is the value of x?
let x = '15' + (10 * 2);
Question91: Which statement accurately describes the behaviour of the async/ await keyworks ?
Question98: Refer the code below.
x=3.14;
function myfunction() {
"use strict";
y=x;
}
z=x;
myFunction();



















